Add GtkDragIcon
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Dec 2019 03:47:26 +0000 (22:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Dec 2019 05:28:02 +0000 (00:28 -0500)
commita6244a95bec5988a98bf8f27bd6b36e1d47f4a36
tree7c9f6b61366666910f3fb3080322fe1112d941cf
parent133b6f2f23db2f47136921fbb76503c6b7342b5b
Add GtkDragIcon

This is a GtkRoot implemntation for drag icons,
using the surface provided by GdkDrag. This lets
us avoid GTK_WINDOW_POPUP and
gtk_window_set_hardcoded_surface.
gtk/gtkdragicon.c [new file with mode: 0644]
gtk/gtkdragiconprivate.h [new file with mode: 0644]
gtk/meson.build